Next | Prev | Up | Top | Contents | Index

Process Composition

kernel:process managementprocess:attributesprocess:compositionA process consists of an address space containing the program text and data, and a number of process attributes managed by the IRIX kernel. A few examples of process attributes are

For a more complete list, refer to the fork(2) reference page and read the list of attributes that a new process does and does not inherit from its parent.


Next | Prev | Up | Top | Contents | Index